home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Commodities / ScreenWizard / Install ScreenWizard next >
Text File  |  1996-09-26  |  1KB  |  74 lines

  1. ;**
  2. ;**  $VER: Install 39.1 (15.02.95)
  3. ;**  Copyright © 1995 SPHINX
  4. ;**
  5.  
  6. (if (< (/ (getversion) 65536) 39)
  7.         (abort "This program requires kickstart 39 or higher.")
  8. )
  9.  
  10.  
  11. (complete 0)
  12.  
  13. ;**
  14. ;**  Copy gtlayout
  15. ;**
  16.  
  17. (copylib
  18.     (help @copylib-help)
  19.     (prompt "Installing gtlayout.library\nCopyright © 1990-1995 Olaf Barthel")
  20.     (confirm)
  21.     (source "Libs/gtlayout.library")
  22.     (dest "LIBS:")
  23. )
  24.  
  25. ;**
  26. ;**  Copy Preferences program
  27. ;**
  28.  
  29. (complete 30)
  30.  
  31. (copyfiles
  32.     (help @copyfiles-help)
  33.     (prompt "Installing preferences program")
  34.     (source "ScreenWizard")
  35.     (dest "SYS:Prefs")
  36.     (infos)
  37.     (confirm)
  38. )
  39.  
  40. ;**
  41. ;**  Copy Preferences program
  42. ;**
  43.  
  44. (complete 60)
  45.  
  46. (copyfiles
  47.     (help @copyfiles-help)
  48.     (prompt "Installing commodity")
  49.     (source "ScreenWizardCX")
  50.     (dest "SYS:WBStartup")
  51.     (infos)
  52.     (confirm)
  53. )
  54.  
  55. ;**
  56. ;**  Catalog files
  57. ;**
  58.  
  59. (complete 80)
  60.  
  61. (copyfiles
  62.     (help @copyfiles-help)
  63.     (prompt "Installing catalog files")
  64.     (source "Catalogs")
  65.     (dest "LOCALE:Catalogs")
  66.     (all)
  67.     (confirm)
  68. )
  69.  
  70. (complete 100)
  71.  
  72. (exit)
  73.  
  74.